home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1src / gnuplot-3.7.1 / next / gnuviewcontroller.h < prev    next >
Text File  |  1999-11-29  |  332b  |  25 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface gnuviewController:Object
  5. {
  6.     id window;
  7.     id gnuView;
  8.     id activateButton;
  9.     id controller;
  10. }
  11.  
  12.  
  13. - window;
  14. - windowWillClose:sender;
  15. - windowDidBecomeMain:sender;
  16. - gnuView;
  17. - activatePushed:sender;
  18. - deactivate:sender;
  19. - GVactivate:sender;
  20. - largerPushed:sender;
  21. - smallerPushed:sender;
  22.  
  23.  
  24. @end
  25.